home *** CD-ROM | disk | FTP | other *** search
/ Swimwear Illustrated / Swimwear Illustrated.iso / mac / main / MAIN.Dir / 00022_Script_22 < prev    next >
Text File  |  1995-09-26  |  2KB  |  77 lines

  1. if not soundbusy(1) then
  2.   sound playfile 1, "mainintr.aif"
  3. else
  4. end if
  5. if rollover(3) then
  6.   set the visible of sprite 18 to true
  7.   updatestage
  8.   set the visible of sprite 22 to true
  9.   updatestage
  10. else
  11.   set the visible of sprite 18 to false
  12.   updatestage
  13.   set the visible of sprite 22 to false
  14.   updatestage
  15. end if
  16. if rollover(4) then
  17.   set the visible of sprite 19 to true
  18.   set the visible of sprite 23 to true
  19. else
  20.   set the visible of sprite 19 to false
  21.   set the visible of sprite 23 to false
  22. end if
  23. if rollover(5) then
  24.   set the visible of sprite 20 to true
  25.   set the visible of sprite 24 to true
  26.   updatestage
  27. else
  28.   set the visible of sprite 20 to false
  29.   set the visible of sprite 24 to false
  30. end if
  31. if rollover(6) then
  32.   set the visible of sprite 21 to true
  33.   set the visible of sprite 25 to true
  34.   updatestage
  35. else
  36.   set the visible of sprite 21 to false
  37.   set the visible of sprite 25 to false
  38.   updatestage
  39.   end if
  40.   if rollover(33) then
  41.     set the visible of sprite 31 to true
  42.     updatestage
  43.   else
  44.     set the visible of sprite 31 to false
  45.     updatestage
  46.   end if
  47.  
  48. if rollover(10) then
  49.   set the visible of sprite 16 to true
  50.   updatestage
  51. else
  52.   set the visible of sprite 16 to false
  53.   updatestage
  54. end if
  55. if rollover(11) then
  56.   set the visible of sprite 14 to true
  57.   updatestage
  58. else
  59.   set the visible of sprite 14 to false
  60.   updatestage
  61. end if
  62. if rollover(12) then
  63.   set the visible of sprite 15 to true
  64.   updatestage
  65. else
  66.   set the visible of sprite 15 to false
  67.   updatestage
  68. end if
  69. if rollover(13) then
  70.   set the visible of sprite 17 to true
  71.   updatestage
  72. else
  73.   set the visible of sprite 17 to false
  74.   updatestage
  75. end if
  76. go loop
  77.